const crypto/tls.extensionEncryptedClientHello
7 uses
crypto/tls (current package)
common.go#L129: extensionEncryptedClientHello uint16 = 0xfe0d
ech.go#L70: if ec.Version != extensionEncryptedClientHello {
handshake_messages.go#L164: exts.AddUint16(extensionEncryptedClientHello)
handshake_messages.go#L828: exts.AddUint16(extensionEncryptedClientHello)
handshake_messages.go#L969: case extensionEncryptedClientHello: // encrypted_client_hello
handshake_messages.go#L1031: b.AddUint16(extensionEncryptedClientHello)
handshake_messages.go#L1080: case extensionEncryptedClientHello:
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |